projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
528faeb
)
wait 40 seconds before rdate because of
author
Matthias Uferer
<
[email protected]
>
Tue, 5 Jul 2011 12:28:40 +0000
(12:28 +0000)
committer
Matthias Uferer
<
[email protected]
>
Tue, 5 Jul 2011 12:28:40 +0000
(12:28 +0000)
olsr has to create the whole routing-table first
modules/freifunk/root/etc/init.d/freifunk
patch
|
blob
|
history
diff --git
a/modules/freifunk/root/etc/init.d/freifunk
b/modules/freifunk/root/etc/init.d/freifunk
index 273f83285600103d9ad25cb145c8ed4cf88fc410..f5248698a4eb30d66e2157d5068377fea87c4fdd 100755
(executable)
--- a/
modules/freifunk/root/etc/init.d/freifunk
+++ b/
modules/freifunk/root/etc/init.d/freifunk
@@
-33,5
+33,5
@@
boot() {
done
}
- ( /usr/sbin/ff_rdate; /etc/init.d/cron restart ) &
+ (
sleep 40;
/usr/sbin/ff_rdate; /etc/init.d/cron restart ) &
}